'Usage Dim instance As CalcSlopeFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: known_y's, known_x's.
Known_y's is an array or cell range of numeric dependent data points.
Known_x's is the set of independent data points.
Return Value
A System.Double value that indicates the evaluate result.